Inner class definition

Search

Inner class

Inner class logo #21000 In object-oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass. ==Overview== An instance of a normal or top-level class can exist on its own. By contrast, an instance of an inner class cannot be instantiated without being bound to ...
Found on http://en.wikipedia.org/wiki/Inner_class
No exact match found.